home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / frame_4 / PlaceObject2_207_58 / CLIPACTIONRECORD on(release).as
Encoding:
Text File  |  2008-11-13  |  171 b   |  9 lines

  1. on(release){
  2.    if(_root.money >= 7000 && _root.quick == false)
  3.    {
  4.       _root.money -= 7000;
  5.       _root.moneyD = _root.money;
  6.       _root.quick = true;
  7.    }
  8. }
  9.